######Package code Update Diary#######
#' 07072019
#' @export
July072019 <- function(){
cat("\014")
cat(bold$blue('\nJuly 7th, 2019'))
cat('\nmyRcheatsheet was born today. \nDeveloped six commands on this day.')
cat(rep("\n", 3))
ask_diary()
}
#' 07082019
#' @export
July082019 <- function(){
cat("\014")
cat(bold$blue('\nJuly 8th, 2019'))
cat('\nAdded naming() command for the names and setNames functions. \nAdded a new section: Package Update Diary. \nChanged color of UI so it can be seen clearly in all editor themes.')
cat(rep("\n", 3))
ask_diary()
}
#' 07092019
#' @export
July092019 <- function(){
cat("\014")
cat(bold$blue('\nJuly 9th, 2019'))
cat('\nMenu has become interactive now!')
cat(rep("\n", 3))
ask_diary()
}
#' 07102019
#' @export
July102019 <- function(){
cat("\014")
cat(bold$blue('\nJuly 9th, 2019'))
cat('\nImproved user interface (UI).')
cat(rep("\n", 3))
ask_diary()
}
#' 07112019
#' @export
July112019 <- function(){
cat("\014")
cat(bold$blue('\nJuly 11th, 2019'))
cat('\nDeveloped a new function Cheat Sheet Builder!.')
cat(rep("\n", 3))
ask_diary()
}
#' 07132019
#' @export
July132019 <- function(){
cat("\014")
cat(bold$blue('\nJuly 13th, 2019'))
cat('\nThe package crashed for unknown reason, but managed to save it.')
cat('\nChanged name to Rcheatsheet.')
cat('\nDrastically improved the Cheat Sheet Builder.')
cat(rep("\n", 3))
ask_diary()
}
#' 07142019
#' @export
July142019 <- function(){
cat("\014")
cat(bold$blue('\nJuly 14th, 2019'))
cat('\nBuilt cheat sheet builders: pagebuilder() and gadgetbuilder().')
cat(rep("\n", 3))
ask_diary()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.